home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 8 / Revista do CD-ROM 8.iso / dados / program / skyborg / skyborg.exe / SHARED.DXR / 01659_MKGoggles_WearRemoveScript.ls < prev    next >
Encoding:
Text File  |  1995-07-24  |  309 b   |  13 lines

  1. on MK_RA_Goggles_WearRemoveScript
  2.   global gBrightAdjust, gCurrentSite
  3.   if CheckState("MK-RA-Goggles") = "1" then
  4.     set gBrightAdjust to 0
  5.   else
  6.     set gBrightAdjust to 4
  7.   end if
  8.   if (gCurrentSite = "900-S") or (gCurrentSite = "900-S1") then
  9.     ShowSite(gCurrentSite, 0, 0)
  10.   end if
  11.   UpdateEnv()
  12. end
  13.